Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gracefully handle deadends #15

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

Mindgamesnl
Copy link
Member

Let's say you have multiple meteor instances on one channel, each implementing a separate API.
It would be expected that server A sends a request to B, which C does not support.
Currently, this would cause the request to succeed in B, but C will still throw an exception for no reason.

The current behaviour of throwing a runtime exception doesn't make sense (shoo prior to doing that, it should've been verbose logging at most)

This PR changes its behaviour to quietly handle this condition, and pass it on to other local listeners if applicable.

@Mindgamesnl Mindgamesnl merged commit f46f918 into develop Mar 5, 2024
@Mindgamesnl Mindgamesnl deleted the feature/gracefull-deadend-handling branch March 5, 2024 23:59
Mindgamesnl added a commit that referenced this pull request Mar 6, 2024
* Updated version in readme, added mvn central badge, fix typo

* Added multiply example

* Optimized all imports

* Log errors thrown by implementations (#8)

* Version bump

* Add JaCoCo badge

* Bump jedis due to org.json cve

* Update develop (#10)

* Release (#9)

* Updated version in readme, added mvn central badge, fix typo

* Added multiply example

* Optimized all imports

* Log errors thrown by implementations (#8)

* Version bump

---------

Co-authored-by: Duckelekuuk <[email protected]>
Co-authored-by: Duckelekuuk <[email protected]>

* Add JaCoCo badge

---------

Co-authored-by: Duckelekuuk <[email protected]>
Co-authored-by: Duckelekuuk <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>

* Make redis ignore itself, if configured (#13)

* Add JaCoCo badge

* Gracefully handle deadends (#15)

---------

Co-authored-by: Duckelekuuk <[email protected]>
Co-authored-by: Duckelekuuk <[email protected]>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant